home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / mntlib44.zoo / mntlib / purec / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-28  |  76 b   |  8 lines

  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5.     printf("Hello world!\n");
  6.     return 0;
  7. }
  8.